always make the file we try to delete be read-write as required
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Fri, 4 Apr 2025 09:06:59 +0000 (11:06 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 7 Apr 2025 10:53:38 +0000 (10:53 +0000)
commita0136117ca955e5618ba8af4a66d575ff347ed10
tree7150414f423144b9de9e012c141a5e80edfa4fb6
parent85e31029f74b56797e8a8b60d50c154a7bebb31d
always make the file we try to delete be read-write as required

on windows you must only delete read-write files

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/common/filesystembase.cpp